home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / login / sac-1.000 / sac-1 / sac-1.3.1 / CHANGES next >
Text File  |  1996-05-27  |  3KB  |  53 lines

  1. Version 1.3.1
  2.   - Fixed problem with -s and -e options which would not function during
  3.     daylight savings time (We don't have the cursed daylight savings time in
  4.     Indiana, so it took a while before I realized there really was a
  5.     problem).
  6.   - Small insignificant code changes.
  7.  
  8. Version 1.3
  9.   - Added -f option to perform ftp login accounting in addition to normal
  10.     login accounting.
  11.   - Added -F option to perform ftp login accounting only.
  12.   - Added some example scripts.
  13.   - Fixed speeling misteaks.
  14.   - Fixed error where clipping could in certain cases incorrectly report the
  15.     correct amount of clipped login time while the user was stilled logged in.
  16.   - Added -m option to show minimum and maximum concurrent logins.
  17.   - Made sac read from stdin if "-" given as filename to -w option.
  18.   - Added -H host-list to perform accounting on logins from specific hosts.
  19.   - Made sac utmp size independent, for huge utmp sizes. (256 bytes for a
  20.     host-name?  That's gonna make wtmp HUGE! 6x as large as it is now! I
  21.     already have a wtmp that grows 30MB in a month! Must be a Posix thing.)
  22.   - _Finally_ made sac properly handle -s and -e options with per user
  23.     accounting.  STOP BOTHERING ME ABOUT IT ALREADY! =)
  24.  
  25. Version 1.2
  26.   - Added -o option to handle old or broken wtmp's not created by linux
  27.     itself, such as those created by the tacacs terminal server.
  28.   - Added -t option to handle some ancient format that tacacs apparently
  29.     uses.
  30.   - Added -b for producing a determination of how much login time has
  31.     precisely been used over the last few hours.  Useful for determining
  32.     if someone has been logged in say the last 4 hours: sac -bp 4 bubba
  33.   - Added -c option to perform login clipping, thus only show how much login
  34.     is really being used by counting multiple logins as only one login.
  35.   - Handles xterms that work (sorta) by logging login and logout as a user
  36.     process and dead process respectfully.
  37.   - Added --help option to print a verbose usage listing.
  38.   - Added -x user-list for excluding certain users from accounting.
  39.   - Added -u user-list which is the default.
  40.   - Added -T tty-list to perform accounting on only certain ttys.
  41.   - Added --help, -s, -e, -b, and -t options to rawtmp.
  42.  
  43. Version 1.1
  44.   - Added the -s and -e options for starting and ending dates.
  45.   - Handles time changes that netdate logs in wtmp file (I think).
  46.   - Fixed, err, made more robust, some possible divide by zero errors.
  47.   - Throws out null wtmp entries (where do these come from?)
  48.   - Corrected(?) argument parsing.
  49.   - Added rawtmp command.
  50.  
  51. Version 1.0
  52.   - The original, perfect as it was.
  53.